google.golang.org/grpc.ccResolverWrapper.cc (field)

12 uses

	google.golang.org/grpc (current package)
		resolver_conn_wrapper.go#L37: 	cc         *ClientConn
		resolver_conn_wrapper.go#L50: 		cc:   cc,
		resolver_conn_wrapper.go#L102: 	if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
		resolver_conn_wrapper.go#L114: 	channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: reporting error to cc: %v", err)
		resolver_conn_wrapper.go#L115: 	ccr.cc.updateResolverState(resolver.State{}, err)
		resolver_conn_wrapper.go#L127: 	ccr.cc.updateResolverState(ccr.curState, nil)
		resolver_conn_wrapper.go#L138: 	channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: got new service config: %s", sc)
		resolver_conn_wrapper.go#L139: 	if ccr.cc.dopts.disableServiceConfig {
		resolver_conn_wrapper.go#L140: 		channelz.Info(logger, ccr.cc.channelzID, "Service config lookups disabled; ignoring config")
		resolver_conn_wrapper.go#L145: 		channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: error parsing service config: %v", scpr.Err)
		resolver_conn_wrapper.go#L150: 	ccr.cc.updateResolverState(ccr.curState, nil)
		resolver_conn_wrapper.go#L175: 	channelz.Infof(logger, ccr.cc.channelzID, "Resolver state updated: %s (%v)", pretty.ToJSON(s), strings.Join(updates, "; "))